home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / earthlink / nscomm / java40.jar / java / io / StreamCorruptedException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-11-03  |  325 b   |  11 lines

  1. package java.io;
  2.  
  3. public class StreamCorruptedException extends ObjectStreamException {
  4.    public StreamCorruptedException(String var1) {
  5.       super(var1);
  6.    }
  7.  
  8.    public StreamCorruptedException() {
  9.    }
  10. }
  11.